home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 46 / Mobiclic46.iso / pc / DATA / SHARED / COMMUNS.CST / 00031_Script_attente fin de son et suite (menus) < prev    next >
Text File  |  2002-07-12  |  230b  |  14 lines

  1. -- attente fin de son et suite
  2. on exitFrame
  3.   if the pauseState=0 then
  4.     if soundBusy(3) then
  5.       go to the frame
  6.     end if
  7.   end if
  8. end
  9.  
  10. on mouseUp
  11.   if testClic()=1 then
  12.     puppetSound 3,0
  13.   end if
  14. end mouseUp